go/types.Checker.instance (method)
4 uses
go/types (current package)
call.go#L76: inst := check.instance(pos, typ, targs, check.bestContext(nil)).(*Signature)
instantiate.go#L59: inst := (*Checker)(nil).instance(token.NoPos, orig, targs, ctxt)
instantiate.go#L66: func (check *Checker) instance(pos token.Pos, orig Type, targs []Type, ctxt *Context) (res Type) {
subst.go#L262: return subst.check.instance(subst.pos, t.orig, newTArgs, subst.ctxt)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)